DioDocs for PDF
Load(Stream,Int32,Nullable<Rectangle>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > Load メソッド : Load(Stream,Int32,Nullable<Rectangle>) メソッド
The source stream.
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
Clipping rectangle of the image to be loaded.
Loads the image from a stream. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal frameIndex As System.Integer, _
   Optional ByVal imageRect As System.Nullable(Of Rectangle) _
) 
public void Load( 
   System.IO.Stream stream,
   System.int frameIndex,
   System.Nullable<Rectangle> imageRect
)

パラメータ

stream
The source stream.
frameIndex
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
imageRect
Clipping rectangle of the image to be loaded.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧